Function |mul

std/ops/num::|mul


Usage

|mul<N>(a, b)

Generics

โ—ป N: Mul

Parameters

โ†ณ a: N
โ†ณ b: N

Return

โ†ด N


Multiply a and b

This function is infaillible but may overflow if a ร— b is out of bounds for the data type.